home *** CD-ROM | disk | FTP | other *** search
/ New Masters of Flash / New Masters of Flash.iso / pc / MOVIES / 06.dir / 00074_Text_74.txt < prev    next >
Text File  |  2000-10-01  |  517b  |  9 lines

  1. We have a movie clip which serves as an item in Flash that is mobile, but not on its own. If someone is going to move this panel around in the interface, theyΓÇÖre going to need something to drag it with. To give the user something to hang onto, I embedded a button and assigned it the functionality to move the movie clip when the viewer clicks and drags. I used this action for the buttonΓÇÖs Instance Properties under the Actions tab:
  2.  
  3. On (Press)
  4.   Start Drag (ΓÇ£ΓÇ¥)
  5. End On
  6.  
  7. On (Release)
  8.   Stop Drag
  9. End